home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
c_language
/
exportf
/
common
/
convert.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-05
|
546b
|
20 lines
/*
*--- Convert.h ---------------------------------------------------------
* Copyright (c) 1992-96 Adobe Systems, Inc. All rights reserved.
*
* PageMaker plug-in.
*-----------------------------------------------------------------------
*/
#ifndef CONVERT_H
#define CONVERT_H
#include "PMPlugin.h"
#include "ExportF.h"
#include <string.h>
#include <stdio.h>
PMXErr Convert(kUnits srcType, float srcSize, kUnits destType, char *destStr,
float *destSize, size_t *destStrLen, PMBool localise);
#endif //CONVERT_H